XMLDocument object

                     

All code contained within this Visual Basic Project is Copyright
1998 Innovasys Limited

An XML document, consisting of a hierarchical set of elements.
Every XML document has a single root Element, providing access to all other elements

Each Element as a set of properties and zero or more child elements.

The document can be loaded and saved to / from a string using the Load
and Save methods

This document has been created in part to serve as an example of the output
produced by Document! VB. Refer to the links below to see specific examples

A Method returning a value
An Event
A Property returning a collection
A Method with an optional parameter
API calls to a particular library
A specific API call